home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000225_fdc@columbia.edu_Mon Jan 20 12:12:45 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  52 lines

  1. Article: 14016 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Q: modems
  6. Date: 20 Jan 2003 12:12:36 -0500
  7. Organization: Columbia University
  8. Lines: 35
  9. Message-ID: <b0ham4$i99$1@watsol.cc.columbia.edu>
  10. References: <3e2c26c0.30812766@news.ision.net.uk>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1043082757 6445 128.59.39.139 (20 Jan 2003 17:12:37 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 20 Jan 2003 17:12:37 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14016
  16.  
  17. In article <3e2c26c0.30812766@news.ision.net.uk>,
  18. Rob S  <robatworkGETRIDOFTHESESIXWORDS@mail.com> wrote:
  19. : Let's say I have a multitech modem which is going to answer a kermit call
  20. : and go into server mode.
  21. : Am I best to a) SET PORT TAPI / SET MODEM TYPE MULTITECH / ANSWER / SERVER
  22. : or b) SET PORT TAPI / SET MODEM TYPE TAPI / ANSWER / SERVER
  23. : (kermit 95 v2.1)
  24. : They both work, but do different things to the modem before it answers
  25. Both Kermit and Windows give you different ways to do the same thing.
  26. Windows gives you both a "DOS" and a TAPI interface to the modem.
  27.  
  28. Kermit supports both of these.  Furthermore, when using the TAPI interface,
  29. it allows you to choose whether Kermit does the dialing (using its built-in
  30. knowledge of the modem that you have identified), or it lets TAPI do the
  31. dialing.
  32.  
  33. If one way was always better than the other, we'd only support the better
  34. way.  But in some cases Kermit's modem commands database might be better
  35. than Windows'.  In other cases vice versa (I hope not).  In still other
  36. cases, Kermit might support the kind of modem you have, but TAPI does not.
  37. Or vice versa.
  38.  
  39. In this case the best result would be the one that:
  40.  
  41.  . Gives you the most reliable connection
  42.  . Gives you the best performance
  43.  . Leaves the modem the most usable for other tasks afterwards
  44.  
  45. Only you can judge.
  46.  
  47. - Frank
  48.